raar.behaviour
Class RAIfStatement

java.lang.Object
  extended byraar.behaviour.RAIfStatement
All Implemented Interfaces:
RAStatement, java.io.Serializable

public class RAIfStatement
extends java.lang.Object
implements RAStatement

See Also:
Serialized Form

Constructor Summary
RAIfStatement(RALogObject condition, RAStatementSet actions, RAStatementSet elseActions)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAIfStatement

public RAIfStatement(RALogObject condition,
                     RAStatementSet actions,
                     RAStatementSet elseActions)
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException